From 3634bbe5e78e0d6344698684943986e8f096e490 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 20:13:27 +0900 Subject: clean up some waybar css junks --- config/waybar/style/[Extra] Mauve.css | 45 ++++------------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) (limited to 'config/waybar/style/[Extra] Mauve.css') diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css index 1e5b702d..413f90ed 100644 --- a/config/waybar/style/[Extra] Mauve.css +++ b/config/waybar/style/[Extra] Mauve.css @@ -20,13 +20,6 @@ window#waybar.hidden { opacity: 0.5; } -window#waybar.empty, -window#waybar.empty #window { - padding: 0px; - border: 0px; - background-color: transparent; -} - tooltip { background: #1e1e2e; border-radius: 10px; @@ -37,6 +30,7 @@ tooltip { } /*-----module groups----*/ +.modules-left, .modules-right { border: 3px solid #11111b; border-radius: 10px 10px 10px 10px; @@ -54,17 +48,6 @@ tooltip { padding-left: 4px; } -.modules-left { - /*background-color: #1e1e2e;*/ - border: 3px solid #11111b; - border-radius: 10px 10px 10px 10px; - background-color: #313244; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; -} - #workspaces button { color: #6E6A86; box-shadow: none; @@ -152,6 +135,7 @@ tooltip { #custom-hint, #custom-hypridle, #custom-menu, +#custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, @@ -203,6 +187,7 @@ tooltip { animation-direction: alternate; } +#backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -212,6 +197,7 @@ tooltip { box-shadow: none; } +#backlight-slider trough, #pulseaudio-slider trough { min-width: 80px; min-height: 5px; @@ -219,30 +205,9 @@ tooltip { background-color: #6E6A86; } +#backlight-slider highlight, #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; background-color: purple; } - -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #6E6A86; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: purple; -} -- cgit v1.2.3